home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / software / power / PowerPro.exe / {app} / VirDesk.exe / 0 / RCDATA / TFPREVIEWS / TFPREVIEWS.txt
Text File  |  2003-05-18  |  40KB  |  1,692 lines

  1. object fPreviews: TfPreviews
  2.   Left = 188
  3.   Top = 122
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Previews'
  7.   ClientHeight = 390
  8.   ClientWidth = 521
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 1
  23.     Width = 37
  24.     Height = 13
  25.     Caption = 'Source:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 231
  29.     Top = 1
  30.     Width = 33
  31.     Height = 13
  32.     Caption = 'Result:'
  33.   end
  34.   object SpeedButton1: TSpeedButton
  35.     Left = 432
  36.     Top = 109
  37.     Width = 25
  38.     Height = 25
  39.     Hint = 'Lock preview'
  40.     AllowAllUp = True
  41.     GroupIndex = 2
  42.     Glyph.Data = {
  43.       76010000424D7601000000000000760000002800000020000000100000000100
  44.       0400000000000001000000000000000000001000000010000000000000000000
  45.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  46.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000003
  47.       333333333F777773FF333333008888800333333377333F3773F3333077870787
  48.       7033333733337F33373F3308888707888803337F33337F33337F330777880887
  49.       7703337F33337FF3337F3308888000888803337F333777F3337F330777700077
  50.       7703337F33377733337FB3088888888888033373FFFFFFFFFF733B3000000000
  51.       0033333777777777773333BBBB3333080333333333F3337F7F33BBBB707BB308
  52.       03333333373F337F7F3333BB08033308033333337F7F337F7F333B3B08033308
  53.       033333337F73FF737F33B33B778000877333333373F777337333333B30888880
  54.       33333333373FFFF73333333B3300000333333333337777733333}
  55.     NumGlyphs = 2
  56.     ParentShowHint = False
  57.     ShowHint = True
  58.     OnClick = SpeedButton1Click
  59.   end
  60.   object Button1: TButton
  61.     Left = 432
  62.     Top = 15
  63.     Width = 87
  64.     Height = 23
  65.     Caption = 'OK'
  66.     Default = True
  67.     ModalResult = 1
  68.     TabOrder = 0
  69.     OnClick = Button1Click
  70.   end
  71.   object Button2: TButton
  72.     Left = 432
  73.     Top = 44
  74.     Width = 87
  75.     Height = 23
  76.     Cancel = True
  77.     Caption = 'Cancel'
  78.     ModalResult = 2
  79.     TabOrder = 1
  80.   end
  81.   object PageControl1: TPageControl
  82.     Left = 8
  83.     Top = 161
  84.     Width = 420
  85.     Height = 225
  86.     ActivePage = TabSheet4
  87.     HotTrack = True
  88.     TabOrder = 2
  89.     TabPosition = tpBottom
  90.     OnChange = PageControl1Change
  91.     object TabSheet1: TTabSheet
  92.       Tag = 1
  93.       Caption = 'Contrast'
  94.       object Label3: TLabel
  95.         Left = 8
  96.         Top = 12
  97.         Width = 42
  98.         Height = 13
  99.         Caption = '&Contrast:'
  100.         FocusControl = Edit1
  101.       end
  102.       object Label22: TLabel
  103.         Left = 8
  104.         Top = 52
  105.         Width = 52
  106.         Height = 13
  107.         Caption = '&Brightness:'
  108.         FocusControl = Edit21
  109.       end
  110.       object Edit1: TEdit
  111.         Left = 69
  112.         Top = 9
  113.         Width = 33
  114.         Height = 21
  115.         TabOrder = 0
  116.         Text = '0'
  117.         OnChange = Edit1Change
  118.       end
  119.       object TrackBar1: TTrackBar
  120.         Left = 104
  121.         Top = 6
  122.         Width = 275
  123.         Height = 18
  124.         Max = 100
  125.         Min = -100
  126.         Orientation = trHorizontal
  127.         Frequency = 10
  128.         Position = 0
  129.         SelEnd = 0
  130.         SelStart = 0
  131.         TabOrder = 1
  132.         TickMarks = tmBottomRight
  133.         TickStyle = tsAuto
  134.         OnChange = TrackBar1Change
  135.       end
  136.       object Edit21: TEdit
  137.         Left = 69
  138.         Top = 49
  139.         Width = 33
  140.         Height = 21
  141.         TabOrder = 2
  142.         Text = '0'
  143.         OnChange = Edit1Change
  144.       end
  145.       object TrackBar12: TTrackBar
  146.         Left = 104
  147.         Top = 46
  148.         Width = 275
  149.         Height = 18
  150.         Max = 100
  151.         Min = -100
  152.         Orientation = trHorizontal
  153.         Frequency = 10
  154.         Position = 0
  155.         SelEnd = 0
  156.         SelStart = 0
  157.         TabOrder = 3
  158.         TickMarks = tmBottomRight
  159.         TickStyle = tsAuto
  160.         OnChange = TrackBar1Change
  161.       end
  162.     end
  163.     object TabSheet5: TTabSheet
  164.       Tag = 5
  165.       Caption = 'HSV'
  166.       object Label10: TLabel
  167.         Left = 8
  168.         Top = 12
  169.         Width = 40
  170.         Height = 13
  171.         Caption = '&Hue (H):'
  172.         FocusControl = Edit19
  173.       end
  174.       object Label11: TLabel
  175.         Left = 8
  176.         Top = 40
  177.         Width = 67
  178.         Height = 13
  179.         Caption = '&Saturation (S):'
  180.         FocusControl = Edit18
  181.       end
  182.       object Label12: TLabel
  183.         Left = 8
  184.         Top = 68
  185.         Width = 46
  186.         Height = 13
  187.         Caption = '&Value (V):'
  188.         FocusControl = Edit17
  189.       end
  190.       object Label13: TLabel
  191.         Left = 11
  192.         Top = 96
  193.         Width = 53
  194.         Height = 13
  195.         Caption = 'Base color:'
  196.         ParentShowHint = False
  197.         ShowHint = True
  198.       end
  199.       object Label14: TLabel
  200.         Left = 156
  201.         Top = 96
  202.         Width = 51
  203.         Height = 13
  204.         Caption = 'New color:'
  205.       end
  206.       object Edit17: TEdit
  207.         Left = 92
  208.         Top = 65
  209.         Width = 33
  210.         Height = 21
  211.         TabOrder = 2
  212.         Text = '0'
  213.         OnChange = Edit19Change
  214.       end
  215.       object Edit18: TEdit
  216.         Left = 92
  217.         Top = 37
  218.         Width = 33
  219.         Height = 21
  220.         TabOrder = 1
  221.         Text = '0'
  222.         OnChange = Edit19Change
  223.       end
  224.       object Edit19: TEdit
  225.         Left = 92
  226.         Top = 9
  227.         Width = 33
  228.         Height = 21
  229.         TabOrder = 0
  230.         Text = '0'
  231.         OnChange = Edit19Change
  232.       end
  233.       object TrackBar9: TTrackBar
  234.         Left = 128
  235.         Top = 6
  236.         Width = 285
  237.         Height = 18
  238.         Max = 180
  239.         Min = -180
  240.         Orientation = trHorizontal
  241.         Frequency = 10
  242.         Position = 0
  243.         SelEnd = 0
  244.         SelStart = 0
  245.         TabOrder = 3
  246.         TickMarks = tmBottomRight
  247.         TickStyle = tsAuto
  248.         OnChange = TrackBar9Change
  249.       end
  250.       object TrackBar10: TTrackBar
  251.         Left = 128
  252.         Top = 34
  253.         Width = 285
  254.         Height = 18
  255.         Max = 100
  256.         Min = -100
  257.         Orientation = trHorizontal
  258.         Frequency = 10
  259.         Position = 0
  260.         SelEnd = 0
  261.         SelStart = 0
  262.         TabOrder = 4
  263.         TickMarks = tmBottomRight
  264.         TickStyle = tsAuto
  265.         OnChange = TrackBar9Change
  266.       end
  267.       object TrackBar11: TTrackBar
  268.         Left = 128
  269.         Top = 62
  270.         Width = 285
  271.         Height = 18
  272.         Max = 100
  273.         Min = -100
  274.         Orientation = trHorizontal
  275.         Frequency = 10
  276.         Position = 0
  277.         SelEnd = 0
  278.         SelStart = 0
  279.         TabOrder = 5
  280.         TickMarks = tmBottomRight
  281.         TickStyle = tsAuto
  282.         OnChange = TrackBar9Change
  283.       end
  284.       object Panel3: TPanel
  285.         Left = 9
  286.         Top = 113
  287.         Width = 97
  288.         Height = 59
  289.         BevelOuter = bvLowered
  290.         TabOrder = 6
  291.         object HSVBox3: THSVBox
  292.           Left = 1
  293.           Top = 1
  294.           Width = 95
  295.           Height = 57
  296.           OnChange = HSVBox3Change
  297.           Align = alClient
  298.         end
  299.       end
  300.       object Panel4: TPanel
  301.         Left = 155
  302.         Top = 113
  303.         Width = 98
  304.         Height = 60
  305.         BevelOuter = bvLowered
  306.         TabOrder = 7
  307.         object HSVBox1: THSVBox
  308.           Left = 1
  309.           Top = 1
  310.           Width = 96
  311.           Height = 58
  312.           OnChange = HSVBox3Change
  313.           Align = alClient
  314.         end
  315.       end
  316.     end
  317.     object TabSheet2: TTabSheet
  318.       Tag = 2
  319.       Caption = 'HSL'
  320.       object Label4: TLabel
  321.         Left = 8
  322.         Top = 12
  323.         Width = 40
  324.         Height = 13
  325.         Caption = '&Hue (H):'
  326.         FocusControl = Edit4
  327.       end
  328.       object Label5: TLabel
  329.         Left = 8
  330.         Top = 44
  331.         Width = 67
  332.         Height = 13
  333.         Caption = '&Saturation (S):'
  334.         FocusControl = Edit2
  335.       end
  336.       object Label6: TLabel
  337.         Left = 8
  338.         Top = 76
  339.         Width = 67
  340.         Height = 13
  341.         Caption = '&Luminosity (L):'
  342.         FocusControl = Edit3
  343.       end
  344.       object Edit3: TEdit
  345.         Left = 101
  346.         Top = 73
  347.         Width = 33
  348.         Height = 21
  349.         TabOrder = 2
  350.         Text = '0'
  351.         OnChange = Edit4Change
  352.       end
  353.       object Edit2: TEdit
  354.         Left = 101
  355.         Top = 41
  356.         Width = 33
  357.         Height = 21
  358.         TabOrder = 1
  359.         Text = '0'
  360.         OnChange = Edit4Change
  361.       end
  362.       object Edit4: TEdit
  363.         Left = 101
  364.         Top = 9
  365.         Width = 33
  366.         Height = 21
  367.         TabOrder = 0
  368.         Text = '0'
  369.         OnChange = Edit4Change
  370.       end
  371.       object TrackBar2: TTrackBar
  372.         Left = 136
  373.         Top = 6
  374.         Width = 275
  375.         Height = 18
  376.         Max = 180
  377.         Min = -180
  378.         Orientation = trHorizontal
  379.         Frequency = 10
  380.         Position = 0
  381.         SelEnd = 0
  382.         SelStart = 0
  383.         TabOrder = 3
  384.         TickMarks = tmBottomRight
  385.         TickStyle = tsAuto
  386.         OnChange = TrackBar2Change
  387.       end
  388.       object TrackBar3: TTrackBar
  389.         Left = 136
  390.         Top = 38
  391.         Width = 275
  392.         Height = 18
  393.         Max = 100
  394.         Min = -100
  395.         Orientation = trHorizontal
  396.         Frequency = 10
  397.         Position = 0
  398.         SelEnd = 0
  399.         SelStart = 0
  400.         TabOrder = 4
  401.         TickMarks = tmBottomRight
  402.         TickStyle = tsAuto
  403.         OnChange = TrackBar2Change
  404.       end
  405.       object TrackBar5: TTrackBar
  406.         Left = 136
  407.         Top = 70
  408.         Width = 275
  409.         Height = 18
  410.         Max = 100
  411.         Min = -100
  412.         Orientation = trHorizontal
  413.         Frequency = 10
  414.         Position = 0
  415.         SelEnd = 0
  416.         SelStart = 0
  417.         TabOrder = 5
  418.         TickMarks = tmBottomRight
  419.         TickStyle = tsAuto
  420.         OnChange = TrackBar2Change
  421.       end
  422.     end
  423.     object TabSheet3: TTabSheet
  424.       Tag = 3
  425.       Caption = 'RGB'
  426.       object Label7: TLabel
  427.         Left = 8
  428.         Top = 12
  429.         Width = 40
  430.         Height = 13
  431.         Caption = '&Red (R):'
  432.         FocusControl = Edit7
  433.       end
  434.       object Label8: TLabel
  435.         Left = 8
  436.         Top = 44
  437.         Width = 49
  438.         Height = 13
  439.         Caption = '&Green (G):'
  440.         FocusControl = Edit6
  441.       end
  442.       object Label9: TLabel
  443.         Left = 8
  444.         Top = 76
  445.         Width = 40
  446.         Height = 13
  447.         Caption = '&Blue (B):'
  448.         FocusControl = Edit5
  449.       end
  450.       object Edit5: TEdit
  451.         Left = 72
  452.         Top = 73
  453.         Width = 33
  454.         Height = 21
  455.         TabOrder = 2
  456.         Text = '0'
  457.         OnChange = Edit7Change
  458.       end
  459.       object Edit6: TEdit
  460.         Left = 72
  461.         Top = 41
  462.         Width = 33
  463.         Height = 21
  464.         TabOrder = 1
  465.         Text = '0'
  466.         OnChange = Edit7Change
  467.       end
  468.       object Edit7: TEdit
  469.         Left = 72
  470.         Top = 9
  471.         Width = 33
  472.         Height = 21
  473.         TabOrder = 0
  474.         Text = '0'
  475.         OnChange = Edit7Change
  476.       end
  477.       object TrackBar6: TTrackBar
  478.         Left = 107
  479.         Top = 6
  480.         Width = 275
  481.         Height = 18
  482.         Max = 255
  483.         Min = -255
  484.         Orientation = trHorizontal
  485.         Frequency = 10
  486.         Position = 0
  487.         SelEnd = 0
  488.         SelStart = 0
  489.         TabOrder = 3
  490.         TickMarks = tmBottomRight
  491.         TickStyle = tsAuto
  492.         OnChange = TrackBar6Change
  493.       end
  494.       object TrackBar7: TTrackBar
  495.         Left = 107
  496.         Top = 38
  497.         Width = 275
  498.         Height = 18
  499.         Max = 255
  500.         Min = -255
  501.         Orientation = trHorizontal
  502.         Frequency = 10
  503.         Position = 0
  504.         SelEnd = 0
  505.         SelStart = 0
  506.         TabOrder = 4
  507.         TickMarks = tmBottomRight
  508.         TickStyle = tsAuto
  509.         OnChange = TrackBar6Change
  510.       end
  511.       object TrackBar8: TTrackBar
  512.         Left = 107
  513.         Top = 70
  514.         Width = 275
  515.         Height = 18
  516.         Max = 255
  517.         Min = -255
  518.         Orientation = trHorizontal
  519.         Frequency = 10
  520.         Position = 0
  521.         SelEnd = 0
  522.         SelStart = 0
  523.         TabOrder = 5
  524.         TickMarks = tmBottomRight
  525.         TickStyle = tsAuto
  526.         OnChange = TrackBar6Change
  527.       end
  528.     end
  529.     object TabSheet4: TTabSheet
  530.       Tag = 4
  531.       Caption = 'User filter'
  532.       object GroupBox1: TGroupBox
  533.         Left = 12
  534.         Top = 4
  535.         Width = 269
  536.         Height = 149
  537.         Caption = ' Filter values'
  538.         TabOrder = 0
  539.         object Label15: TLabel
  540.           Left = 206
  541.           Top = 32
  542.           Width = 35
  543.           Height = 13
  544.           Caption = 'Divisor:'
  545.         end
  546.         object Edit8: TEdit
  547.           Left = 8
  548.           Top = 19
  549.           Width = 33
  550.           Height = 21
  551.           TabOrder = 0
  552.           Text = '0'
  553.           OnChange = Edit8Change
  554.         end
  555.         object Edit9: TEdit
  556.           Tag = 3
  557.           Left = 8
  558.           Top = 46
  559.           Width = 33
  560.           Height = 21
  561.           TabOrder = 1
  562.           Text = '0'
  563.           OnChange = Edit8Change
  564.         end
  565.         object Edit10: TEdit
  566.           Tag = 6
  567.           Left = 8
  568.           Top = 73
  569.           Width = 33
  570.           Height = 21
  571.           TabOrder = 2
  572.           Text = '0'
  573.           OnChange = Edit8Change
  574.         end
  575.         object Edit11: TEdit
  576.           Tag = 1
  577.           Left = 75
  578.           Top = 19
  579.           Width = 33
  580.           Height = 21
  581.           TabOrder = 3
  582.           Text = '0'
  583.           OnChange = Edit8Change
  584.         end
  585.         object Edit12: TEdit
  586.           Tag = 4
  587.           Left = 75
  588.           Top = 46
  589.           Width = 33
  590.           Height = 21
  591.           TabOrder = 4
  592.           Text = '1'
  593.           OnChange = Edit8Change
  594.         end
  595.         object Edit13: TEdit
  596.           Tag = 7
  597.           Left = 75
  598.           Top = 73
  599.           Width = 33
  600.           Height = 21
  601.           TabOrder = 5
  602.           Text = '0'
  603.           OnChange = Edit8Change
  604.         end
  605.         object Edit14: TEdit
  606.           Tag = 2
  607.           Left = 142
  608.           Top = 19
  609.           Width = 33
  610.           Height = 21
  611.           TabOrder = 6
  612.           Text = '0'
  613.           OnChange = Edit8Change
  614.         end
  615.         object Edit15: TEdit
  616.           Tag = 5
  617.           Left = 142
  618.           Top = 46
  619.           Width = 33
  620.           Height = 21
  621.           TabOrder = 7
  622.           Text = '0'
  623.           OnChange = Edit8Change
  624.         end
  625.         object Edit16: TEdit
  626.           Tag = 8
  627.           Left = 142
  628.           Top = 73
  629.           Width = 33
  630.           Height = 21
  631.           TabOrder = 8
  632.           Text = '0'
  633.           OnChange = Edit8Change
  634.         end
  635.         object UpDown1: TUpDown
  636.           Left = 41
  637.           Top = 19
  638.           Width = 16
  639.           Height = 21
  640.           Associate = Edit8
  641.           Min = -100
  642.           Position = 0
  643.           TabOrder = 10
  644.           Thousands = False
  645.           Wrap = False
  646.         end
  647.         object UpDown2: TUpDown
  648.           Left = 41
  649.           Top = 46
  650.           Width = 16
  651.           Height = 21
  652.           Associate = Edit9
  653.           Min = -100
  654.           Position = 0
  655.           TabOrder = 11
  656.           Thousands = False
  657.           Wrap = False
  658.         end
  659.         object UpDown3: TUpDown
  660.           Left = 41
  661.           Top = 73
  662.           Width = 16
  663.           Height = 21
  664.           Associate = Edit10
  665.           Min = -100
  666.           Position = 0
  667.           TabOrder = 12
  668.           Thousands = False
  669.           Wrap = False
  670.         end
  671.         object UpDown4: TUpDown
  672.           Left = 108
  673.           Top = 19
  674.           Width = 16
  675.           Height = 21
  676.           Associate = Edit11
  677.           Min = -100
  678.           Position = 0
  679.           TabOrder = 13
  680.           Thousands = False
  681.           Wrap = False
  682.         end
  683.         object UpDown5: TUpDown
  684.           Left = 108
  685.           Top = 46
  686.           Width = 16
  687.           Height = 21
  688.           Associate = Edit12
  689.           Min = -100
  690.           Position = 1
  691.           TabOrder = 14
  692.           Thousands = False
  693.           Wrap = False
  694.         end
  695.         object UpDown6: TUpDown
  696.           Left = 108
  697.           Top = 73
  698.           Width = 16
  699.           Height = 21
  700.           Associate = Edit13
  701.           Min = -100
  702.           Position = 0
  703.           TabOrder = 15
  704.           Thousands = False
  705.           Wrap = False
  706.         end
  707.         object UpDown7: TUpDown
  708.           Left = 175
  709.           Top = 19
  710.           Width = 16
  711.           Height = 21
  712.           Associate = Edit14
  713.           Min = -100
  714.           Position = 0
  715.           TabOrder = 16
  716.           Thousands = False
  717.           Wrap = False
  718.         end
  719.         object UpDown8: TUpDown
  720.           Left = 175
  721.           Top = 46
  722.           Width = 16
  723.           Height = 21
  724.           Associate = Edit15
  725.           Min = -100
  726.           Position = 0
  727.           TabOrder = 17
  728.           Thousands = False
  729.           Wrap = False
  730.         end
  731.         object UpDown9: TUpDown
  732.           Left = 175
  733.           Top = 73
  734.           Width = 16
  735.           Height = 21
  736.           Associate = Edit16
  737.           Min = -100
  738.           Position = 0
  739.           TabOrder = 18
  740.           Thousands = False
  741.           Wrap = False
  742.         end
  743.         object Button4: TButton
  744.           Left = 8
  745.           Top = 112
  746.           Width = 70
  747.           Height = 21
  748.           Caption = '&Load'
  749.           TabOrder = 19
  750.           OnClick = Button4Click
  751.         end
  752.         object Button5: TButton
  753.           Left = 88
  754.           Top = 112
  755.           Width = 70
  756.           Height = 21
  757.           Caption = '&Save'
  758.           TabOrder = 20
  759.           OnClick = Button5Click
  760.         end
  761.         object Edit20: TEdit
  762.           Tag = 9
  763.           Left = 206
  764.           Top = 46
  765.           Width = 33
  766.           Height = 21
  767.           TabOrder = 9
  768.           Text = '0'
  769.           OnChange = Edit8Change
  770.         end
  771.         object UpDown10: TUpDown
  772.           Left = 239
  773.           Top = 46
  774.           Width = 16
  775.           Height = 21
  776.           Associate = Edit20
  777.           Min = -100
  778.           Position = 0
  779.           TabOrder = 21
  780.           Thousands = False
  781.           Wrap = False
  782.         end
  783.       end
  784.       object GroupBox3: TGroupBox
  785.         Left = 296
  786.         Top = 4
  787.         Width = 113
  788.         Height = 149
  789.         Caption = ' Presets'
  790.         TabOrder = 1
  791.         object ListBox1: TListBox
  792.           Left = 8
  793.           Top = 18
  794.           Width = 97
  795.           Height = 127
  796.           ItemHeight = 13
  797.           Items.Strings = (
  798.             'None'
  799.             'Blur'
  800.             'Edges'
  801.             'Emboss'
  802.             'High Pass 1'
  803.             'High Pass 2'
  804.             'High Pass 3'
  805.             'Low Pass 1'
  806.             'Low Pass 2')
  807.           TabOrder = 0
  808.           OnClick = ListBox1Click
  809.         end
  810.       end
  811.     end
  812.     object TabSheet6: TTabSheet
  813.       Tag = 6
  814.       Caption = 'Equalization'
  815.       object Label16: TLabel
  816.         Left = 8
  817.         Top = 144
  818.         Width = 6
  819.         Height = 13
  820.         Caption = '0'
  821.       end
  822.       object Label17: TLabel
  823.         Left = 280
  824.         Top = 144
  825.         Width = 18
  826.         Height = 13
  827.         Caption = '255'
  828.       end
  829.       object Label18: TLabel
  830.         Left = 120
  831.         Top = 144
  832.         Width = 47
  833.         Height = 13
  834.         Caption = 'Threshold'
  835.       end
  836.       object Label19: TLabel
  837.         Left = 120
  838.         Top = 0
  839.         Width = 57
  840.         Height = 13
  841.         Caption = 'Equalization'
  842.       end
  843.       object Label20: TLabel
  844.         Left = 8
  845.         Top = 1
  846.         Width = 6
  847.         Height = 13
  848.         Caption = '0'
  849.       end
  850.       object Label21: TLabel
  851.         Left = 280
  852.         Top = 1
  853.         Width = 18
  854.         Height = 13
  855.         Caption = '255'
  856.       end
  857.       object SpeedButton3: TSpeedButton
  858.         Left = 326
  859.         Top = 115
  860.         Width = 73
  861.         Height = 25
  862.         AllowAllUp = True
  863.         GroupIndex = 1
  864.         Caption = 'Equalize'
  865.         OnClick = SpeedButton3Click
  866.       end
  867.       object Panel5: TPanel
  868.         Left = 8
  869.         Top = 16
  870.         Width = 293
  871.         Height = 123
  872.         BevelOuter = bvNone
  873.         BorderStyle = bsSingle
  874.         TabOrder = 0
  875.         object RulerBox2: TRulerBox
  876.           Left = 0
  877.           Top = 0
  878.           Width = 289
  879.           Height = 13
  880.           Background = clSilver
  881.           GripsDir = gdDown
  882.           Ruler = False
  883.           DotPerUnit = 1.133333333333333000
  884.           Frequency = 16.000000000000000000
  885.           LabelFreq = 32.000000000000000000
  886.           RulerColor = clGray
  887.           ViewMax = 255.000000000000000000
  888.           OnRulerPosChange = RulerBox2RulerPosChange
  889.           FitInView = True
  890.           GripsCount = 2
  891.           Align = alTop
  892.         end
  893.         object RulerBox1: TRulerBox
  894.           Left = 0
  895.           Top = 87
  896.           Width = 289
  897.           Height = 32
  898.           ViewPos = -0.000000000000767386
  899.           Background = clSilver
  900.           DotPerUnit = 1.133333333333330000
  901.           Frequency = 16.000000000000000000
  902.           LabelFreq = 32.000000000000000000
  903.           RulerColor = clSilver
  904.           ViewMax = 255.000000000000000000
  905.           OnRulerPosChange = RulerBox1RulerPosChange
  906.           GripsCount = 2
  907.           Align = alBottom
  908.         end
  909.         object HistogramBox1: THistogramBox
  910.           Left = 0
  911.           Top = 14
  912.           Width = 289
  913.           Height = 67
  914.           Background = clSilver
  915.           Labels = []
  916.         end
  917.       end
  918.       object GroupBox4: TGroupBox
  919.         Left = 325
  920.         Top = 10
  921.         Width = 74
  922.         Height = 88
  923.         Caption = ' Histogram '
  924.         TabOrder = 1
  925.         object CheckListBox1: TCheckListBox
  926.           Left = 8
  927.           Top = 21
  928.           Width = 57
  929.           Height = 56
  930.           BorderStyle = bsNone
  931.           Color = clBtnFace
  932.           Ctl3D = True
  933.           ItemHeight = 13
  934.           Items.Strings = (
  935.             'Red'
  936.             'Green'
  937.             'Blue'
  938.             'Gray')
  939.           ParentCtl3D = False
  940.           TabOrder = 0
  941.           OnClick = CheckListBox1Click
  942.         end
  943.       end
  944.     end
  945.     object TabSheet7: TTabSheet
  946.       Tag = 7
  947.       Caption = 'Bump map'
  948.       object Label25: TLabel
  949.         Left = 16
  950.         Top = 144
  951.         Width = 125
  952.         Height = 13
  953.         Caption = 'Source image quantity (%):'
  954.       end
  955.       object GroupBox2: TGroupBox
  956.         Left = 8
  957.         Top = 8
  958.         Width = 287
  959.         Height = 118
  960.         Caption = ' Light '
  961.         TabOrder = 0
  962.         object Label23: TLabel
  963.           Left = 8
  964.           Top = 70
  965.           Width = 31
  966.           Height = 13
  967.           Caption = 'Width:'
  968.         end
  969.         object Label24: TLabel
  970.           Left = 8
  971.           Top = 95
  972.           Width = 34
  973.           Height = 13
  974.           Caption = 'Height:'
  975.         end
  976.         object Label26: TLabel
  977.           Left = 144
  978.           Top = 16
  979.           Width = 27
  980.           Height = 13
  981.           Caption = 'Color:'
  982.         end
  983.         object Label27: TLabel
  984.           Left = 8
  985.           Top = 22
  986.           Width = 21
  987.           Height = 13
  988.           Caption = 'Left:'
  989.         end
  990.         object Label28: TLabel
  991.           Left = 8
  992.           Top = 46
  993.           Width = 22
  994.           Height = 13
  995.           Caption = 'Top:'
  996.         end
  997.         object Panel1: TPanel
  998.           Left = 143
  999.           Top = 34
  1000.           Width = 134
  1001.           Height = 77
  1002.           BevelOuter = bvLowered
  1003.           TabOrder = 0
  1004.           object HSVBox2: THSVBox
  1005.             Left = 1
  1006.             Top = 1
  1007.             Width = 132
  1008.             Height = 75
  1009.             OnChange = HSVBox2Change
  1010.             Align = alClient
  1011.           end
  1012.         end
  1013.         object Edit22: TEdit
  1014.           Left = 64
  1015.           Top = 19
  1016.           Width = 41
  1017.           Height = 21
  1018.           TabOrder = 1
  1019.           Text = '0'
  1020.           OnChange = Edit22Change
  1021.         end
  1022.         object UpDown11: TUpDown
  1023.           Left = 105
  1024.           Top = 19
  1025.           Width = 16
  1026.           Height = 21
  1027.           Associate = Edit22
  1028.           Min = 0
  1029.           Max = 32767
  1030.           Increment = 10
  1031.           Position = 0
  1032.           TabOrder = 2
  1033.           Thousands = False
  1034.           Wrap = False
  1035.         end
  1036.         object UpDown12: TUpDown
  1037.           Left = 105
  1038.           Top = 43
  1039.           Width = 16
  1040.           Height = 21
  1041.           Associate = Edit23
  1042.           Min = 0
  1043.           Max = 32767
  1044.           Increment = 10
  1045.           Position = 0
  1046.           TabOrder = 3
  1047.           Thousands = False
  1048.           Wrap = False
  1049.         end
  1050.         object Edit23: TEdit
  1051.           Left = 64
  1052.           Top = 43
  1053.           Width = 41
  1054.           Height = 21
  1055.           TabOrder = 4
  1056.           Text = '0'
  1057.           OnChange = Edit22Change
  1058.         end
  1059.         object Edit24: TEdit
  1060.           Left = 64
  1061.           Top = 67
  1062.           Width = 41
  1063.           Height = 21
  1064.           TabOrder = 5
  1065.           Text = '0'
  1066.           OnChange = Edit22Change
  1067.         end
  1068.         object UpDown13: TUpDown
  1069.           Left = 105
  1070.           Top = 67
  1071.           Width = 16
  1072.           Height = 21
  1073.           Associate = Edit24
  1074.           Min = 0
  1075.           Max = 32767
  1076.           Increment = 10
  1077.           Position = 0
  1078.           TabOrder = 6
  1079.           Thousands = False
  1080.           Wrap = False
  1081.         end
  1082.         object Edit25: TEdit
  1083.           Left = 64
  1084.           Top = 91
  1085.           Width = 41
  1086.           Height = 21
  1087.           TabOrder = 7
  1088.           Text = '0'
  1089.           OnChange = Edit22Change
  1090.         end
  1091.         object UpDown14: TUpDown
  1092.           Left = 105
  1093.           Top = 91
  1094.           Width = 16
  1095.           Height = 21
  1096.           Associate = Edit25
  1097.           Min = 0
  1098.           Max = 32767
  1099.           Increment = 10
  1100.           Position = 0
  1101.           TabOrder = 8
  1102.           Thousands = False
  1103.           Wrap = False
  1104.         end
  1105.       end
  1106.       object Edit26: TEdit
  1107.         Left = 187
  1108.         Top = 141
  1109.         Width = 32
  1110.         Height = 21
  1111.         TabOrder = 1
  1112.         Text = '0'
  1113.         OnChange = Edit22Change
  1114.       end
  1115.       object UpDown15: TUpDown
  1116.         Left = 219
  1117.         Top = 141
  1118.         Width = 16
  1119.         Height = 21
  1120.         Associate = Edit26
  1121.         Min = 0
  1122.         Increment = 10
  1123.         Position = 0
  1124.         TabOrder = 2
  1125.         Thousands = False
  1126.         Wrap = False
  1127.       end
  1128.     end
  1129.     object TabSheet8: TTabSheet
  1130.       Tag = 8
  1131.       Caption = 'Lens'
  1132.       object GroupBox5: TGroupBox
  1133.         Left = 8
  1134.         Top = 8
  1135.         Width = 385
  1136.         Height = 129
  1137.         Caption = ' Lens '
  1138.         TabOrder = 0
  1139.         object Label29: TLabel
  1140.           Left = 8
  1141.           Top = 70
  1142.           Width = 31
  1143.           Height = 13
  1144.           Caption = 'Width:'
  1145.         end
  1146.         object Label30: TLabel
  1147.           Left = 8
  1148.           Top = 95
  1149.           Width = 34
  1150.           Height = 13
  1151.           Caption = 'Height:'
  1152.         end
  1153.         object Label32: TLabel
  1154.           Left = 8
  1155.           Top = 22
  1156.           Width = 21
  1157.           Height = 13
  1158.           Caption = 'Left:'
  1159.         end
  1160.         object Label33: TLabel
  1161.           Left = 8
  1162.           Top = 46
  1163.           Width = 22
  1164.           Height = 13
  1165.           Caption = 'Top:'
  1166.         end
  1167.         object Label31: TLabel
  1168.           Left = 144
  1169.           Top = 22
  1170.           Width = 52
  1171.           Height = 13
  1172.           Caption = 'Refraction:'
  1173.         end
  1174.         object Edit27: TEdit
  1175.           Left = 64
  1176.           Top = 19
  1177.           Width = 41
  1178.           Height = 21
  1179.           TabOrder = 0
  1180.           Text = '0'
  1181.           OnChange = Edit27Change
  1182.         end
  1183.         object UpDown16: TUpDown
  1184.           Left = 105
  1185.           Top = 19
  1186.           Width = 16
  1187.           Height = 21
  1188.           Associate = Edit27
  1189.           Min = 0
  1190.           Max = 32767
  1191.           Increment = 10
  1192.           Position = 0
  1193.           TabOrder = 1
  1194.           Thousands = False
  1195.           Wrap = False
  1196.         end
  1197.         object UpDown17: TUpDown
  1198.           Left = 105
  1199.           Top = 43
  1200.           Width = 16
  1201.           Height = 21
  1202.           Associate = Edit28
  1203.           Min = 0
  1204.           Max = 32767
  1205.           Increment = 10
  1206.           Position = 0
  1207.           TabOrder = 2
  1208.           Thousands = False
  1209.           Wrap = False
  1210.         end
  1211.         object Edit28: TEdit
  1212.           Left = 64
  1213.           Top = 43
  1214.           Width = 41
  1215.           Height = 21
  1216.           TabOrder = 3
  1217.           Text = '0'
  1218.           OnChange = Edit27Change
  1219.         end
  1220.         object Edit29: TEdit
  1221.           Left = 64
  1222.           Top = 67
  1223.           Width = 41
  1224.           Height = 21
  1225.           TabOrder = 4
  1226.           Text = '0'
  1227.           OnChange = Edit27Change
  1228.         end
  1229.         object UpDown18: TUpDown
  1230.           Left = 105
  1231.           Top = 67
  1232.           Width = 16
  1233.           Height = 21
  1234.           Associate = Edit29
  1235.           Min = 0
  1236.           Max = 32767
  1237.           Increment = 10
  1238.           Position = 0
  1239.           TabOrder = 5
  1240.           Thousands = False
  1241.           Wrap = False
  1242.         end
  1243.         object Edit30: TEdit
  1244.           Left = 64
  1245.           Top = 91
  1246.           Width = 41
  1247.           Height = 21
  1248.           TabOrder = 6
  1249.           Text = '0'
  1250.           OnChange = Edit27Change
  1251.         end
  1252.         object UpDown19: TUpDown
  1253.           Left = 105
  1254.           Top = 91
  1255.           Width = 16
  1256.           Height = 21
  1257.           Associate = Edit30
  1258.           Min = 0
  1259.           Max = 32767
  1260.           Increment = 10
  1261.           Position = 0
  1262.           TabOrder = 7
  1263.           Thousands = False
  1264.           Wrap = False
  1265.         end
  1266.         object UpDown20: TUpDown
  1267.           Left = 247
  1268.           Top = 19
  1269.           Width = 16
  1270.           Height = 21
  1271.           Associate = Edit31
  1272.           Min = 0
  1273.           Max = 32767
  1274.           Position = 0
  1275.           TabOrder = 8
  1276.           Thousands = False
  1277.           Wrap = False
  1278.         end
  1279.         object Edit31: TEdit
  1280.           Left = 206
  1281.           Top = 19
  1282.           Width = 41
  1283.           Height = 21
  1284.           TabOrder = 9
  1285.           Text = '0'
  1286.           OnChange = Edit27Change
  1287.         end
  1288.       end
  1289.     end
  1290.     object TabSheet9: TTabSheet
  1291.       Tag = 9
  1292.       Caption = 'Wave'
  1293.       object GroupBox6: TGroupBox
  1294.         Left = 8
  1295.         Top = 8
  1296.         Width = 385
  1297.         Height = 153
  1298.         Caption = ' Wave '
  1299.         TabOrder = 0
  1300.         object Label34: TLabel
  1301.           Left = 12
  1302.           Top = 22
  1303.           Width = 49
  1304.           Height = 13
  1305.           Caption = 'Amplitude:'
  1306.         end
  1307.         object Label35: TLabel
  1308.           Left = 12
  1309.           Top = 54
  1310.           Width = 64
  1311.           Height = 13
  1312.           Caption = 'Wave length:'
  1313.         end
  1314.         object Label36: TLabel
  1315.           Left = 12
  1316.           Top = 86
  1317.           Width = 33
  1318.           Height = 13
  1319.           Caption = 'Phase:'
  1320.         end
  1321.         object Edit32: TEdit
  1322.           Left = 128
  1323.           Top = 19
  1324.           Width = 41
  1325.           Height = 21
  1326.           TabOrder = 0
  1327.           Text = '0'
  1328.           OnChange = Edit32Change
  1329.         end
  1330.         object UpDown21: TUpDown
  1331.           Left = 169
  1332.           Top = 19
  1333.           Width = 16
  1334.           Height = 21
  1335.           Associate = Edit32
  1336.           Min = 0
  1337.           Max = 32767
  1338.           Position = 0
  1339.           TabOrder = 1
  1340.           Thousands = False
  1341.           Wrap = False
  1342.         end
  1343.         object UpDown22: TUpDown
  1344.           Left = 169
  1345.           Top = 51
  1346.           Width = 16
  1347.           Height = 21
  1348.           Associate = Edit33
  1349.           Min = 0
  1350.           Max = 32767
  1351.           Position = 0
  1352.           TabOrder = 2
  1353.           Thousands = False
  1354.           Wrap = False
  1355.         end
  1356.         object Edit33: TEdit
  1357.           Left = 128
  1358.           Top = 51
  1359.           Width = 41
  1360.           Height = 21
  1361.           TabOrder = 3
  1362.           Text = '0'
  1363.           OnChange = Edit32Change
  1364.         end
  1365.         object Edit34: TEdit
  1366.           Left = 128
  1367.           Top = 83
  1368.           Width = 41
  1369.           Height = 21
  1370.           TabOrder = 4
  1371.           Text = '0'
  1372.           OnChange = Edit32Change
  1373.         end
  1374.         object UpDown23: TUpDown
  1375.           Left = 169
  1376.           Top = 83
  1377.           Width = 16
  1378.           Height = 21
  1379.           Associate = Edit34
  1380.           Min = 0
  1381.           Max = 359
  1382.           Position = 0
  1383.           TabOrder = 5
  1384.           Thousands = False
  1385.           Wrap = False
  1386.         end
  1387.         object CheckBox2: TCheckBox
  1388.           Left = 10
  1389.           Top = 118
  1390.           Width = 129
  1391.           Height = 17
  1392.           Alignment = taLeftJustify
  1393.           Caption = 'Reflective'
  1394.           TabOrder = 6
  1395.           OnClick = Edit32Change
  1396.         end
  1397.       end
  1398.     end
  1399.     object TabSheet10: TTabSheet
  1400.       Tag = 10
  1401.       Caption = 'Morph filters'
  1402.       object GroupBox7: TGroupBox
  1403.         Left = 8
  1404.         Top = 8
  1405.         Width = 385
  1406.         Height = 161
  1407.         Caption = ' Morph filters '
  1408.         TabOrder = 0
  1409.         object Label37: TLabel
  1410.           Left = 8
  1411.           Top = 24
  1412.           Width = 25
  1413.           Height = 13
  1414.           Caption = 'Filter:'
  1415.         end
  1416.         object Label38: TLabel
  1417.           Left = 176
  1418.           Top = 24
  1419.           Width = 63
  1420.           Height = 13
  1421.           Caption = 'Window size:'
  1422.         end
  1423.         object ListBox2: TListBox
  1424.           Left = 56
  1425.           Top = 24
  1426.           Width = 113
  1427.           Height = 81
  1428.           ItemHeight = 13
  1429.           TabOrder = 0
  1430.           OnClick = Edit35Change
  1431.         end
  1432.         object Edit35: TEdit
  1433.           Left = 280
  1434.           Top = 21
  1435.           Width = 41
  1436.           Height = 21
  1437.           TabOrder = 1
  1438.           Text = '1'
  1439.           OnChange = Edit35Change
  1440.         end
  1441.         object UpDown24: TUpDown
  1442.           Left = 321
  1443.           Top = 21
  1444.           Width = 16
  1445.           Height = 21
  1446.           Associate = Edit35
  1447.           Min = 1
  1448.           Max = 64
  1449.           Position = 1
  1450.           TabOrder = 2
  1451.           Thousands = False
  1452.           Wrap = False
  1453.         end
  1454.       end
  1455.     end
  1456.     object TabSheet11: TTabSheet
  1457.       Caption = 'Rotate'
  1458.       object LabelFlip: TLabel
  1459.         Left = 8
  1460.         Top = 76
  1461.         Width = 16
  1462.         Height = 13
  1463.         Caption = 'Flip'
  1464.       end
  1465.       object SpeedButtonFlipHor: TSpeedButton
  1466.         Left = 77
  1467.         Top = 72
  1468.         Width = 102
  1469.         Height = 25
  1470.         Hint = 'Flip Horizontally'
  1471.         AllowAllUp = True
  1472.         GroupIndex = 5
  1473.         Caption = 'Horizontally'
  1474.         Glyph.Data = {
  1475.           76010000424D7601000000000000760000002800000020000000100000000100
  1476.           0400000000000001000000000000000000001000000010000000000000000000
  1477.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  1478.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1479.           3333333333333333333333333333333333333333333333333333333333333333
  1480.           333333333333333333333333333333333333333333F333F33333333330333033
  1481.           33333333F833383FF333333009333900333333F8833333883FF3300999333999
  1482.           0033388333333333883F099999333999990383FF333333333F83300999333999
  1483.           00333883FF33333F88333330093339003333333883F333883333333330333033
  1484.           3333333338333833333333333333333333333333333333333333333333333333
  1485.           3333333333333333333333333333333333333333333333333333333333333333
  1486.           3333333333333333333333333333333333333333333333333333}
  1487.         NumGlyphs = 2
  1488.         ParentShowHint = False
  1489.         ShowHint = False
  1490.         OnClick = SpeedButtonFlipHorClick
  1491.       end
  1492.       object SpeedButtonFlipVer: TSpeedButton
  1493.         Left = 193
  1494.         Top = 72
  1495.         Width = 102
  1496.         Height = 25
  1497.         Hint = 'Flip Vertically'
  1498.         AllowAllUp = True
  1499.         GroupIndex = 6
  1500.         Caption = 'Vertically'
  1501.         Glyph.Data = {
  1502.           76010000424D7601000000000000760000002800000020000000100000000100
  1503.           0400000000000001000000000000000000001000000010000000000000000000
  1504.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  1505.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  1506.           3333333333383F33333333333309033333333333338F8F333333333333090333
  1507.           33333333338383F333333333309990333333333338F338F33333333330999033
  1508.           333333333833383F333333330999990333333333833333833333333333333333
  1509.           3333333333333333333333333333333333333333333333333333333333333333
  1510.           333333333F33333F33333333099999033333333383F333833333333330999033
  1511.           3333333338F338F3333333333099903333333333383F38333333333333090333
  1512.           33333333338F8F33333333333309033333333333338383333333333333303333
  1513.           3333333333383333333333333333333333333333333333333333}
  1514.         NumGlyphs = 2
  1515.         ParentShowHint = False
  1516.         ShowHint = False
  1517.         OnClick = SpeedButtonFlipHorClick
  1518.       end
  1519.       object LabelRotate: TLabel
  1520.         Left = 8
  1521.         Top = 23
  1522.         Width = 35
  1523.         Height = 13
  1524.         Caption = '&Rotate:'
  1525.         FocusControl = EditRotate
  1526.       end
  1527.       object TrackBarRotate: TTrackBar
  1528.         Left = 128
  1529.         Top = 17
  1530.         Width = 267
  1531.         Height = 18
  1532.         Max = 18000
  1533.         Min = -18000
  1534.         Orientation = trHorizontal
  1535.         Frequency = 500
  1536.         Position = 0
  1537.         SelEnd = 0
  1538.         SelStart = 0
  1539.         TabOrder = 0
  1540.         TickMarks = tmBottomRight
  1541.         TickStyle = tsAuto
  1542.         OnChange = TrackBarRotateChange
  1543.       end
  1544.       object EditRotate: TEdit
  1545.         Left = 77
  1546.         Top = 20
  1547.         Width = 52
  1548.         Height = 21
  1549.         TabOrder = 1
  1550.         Text = '0'
  1551.         OnChange = EditRotateChange
  1552.       end
  1553.     end
  1554.     object TabSheet12: TTabSheet
  1555.       Caption = 'FFT'
  1556.       object GroupBox8: TGroupBox
  1557.         Left = 8
  1558.         Top = 8
  1559.         Width = 233
  1560.         Height = 180
  1561.         Caption = ' Frequency domain image '
  1562.         TabOrder = 0
  1563.         object ImageEnView1: TImageEnView
  1564.           Left = 2
  1565.           Top = 15
  1566.           Width = 229
  1567.           Height = 153
  1568.           ParentCtl3D = False
  1569.           BorderStyle = bsNone
  1570.           ScrollBars = ssBoth
  1571.           Center = True
  1572.           MouseInteract = [miZoom, miSelect]
  1573.           SelectionBase = iesbBitmap
  1574.           Align = alClient
  1575.           TabOrder = 0
  1576.         end
  1577.         object ProgressBar1: TProgressBar
  1578.           Left = 2
  1579.           Top = 168
  1580.           Width = 229
  1581.           Height = 10
  1582.           Align = alBottom
  1583.           Min = 0
  1584.           Max = 100
  1585.           TabOrder = 1
  1586.         end
  1587.       end
  1588.       object Clear: TButton
  1589.         Left = 247
  1590.         Top = 13
  1591.         Width = 75
  1592.         Height = 25
  1593.         Caption = 'Clear'
  1594.         TabOrder = 1
  1595.         OnClick = ClearClick
  1596.       end
  1597.       object Button7: TButton
  1598.         Left = 247
  1599.         Top = 45
  1600.         Width = 75
  1601.         Height = 25
  1602.         Caption = 'Reset'
  1603.         TabOrder = 2
  1604.         OnClick = Button7Click
  1605.       end
  1606.       object CheckBox1: TCheckBox
  1607.         Left = 249
  1608.         Top = 85
  1609.         Width = 97
  1610.         Height = 17
  1611.         Caption = 'Gray scale'
  1612.         State = cbChecked
  1613.         TabOrder = 3
  1614.         OnClick = CheckBox1Click
  1615.       end
  1616.     end
  1617.   end
  1618.   object Button6: TButton
  1619.     Left = 206
  1620.     Top = 65
  1621.     Width = 21
  1622.     Height = 25
  1623.     Hint = 'Copy Result to Source'
  1624.     Caption = '<<'
  1625.     ParentShowHint = False
  1626.     ShowHint = True
  1627.     TabOrder = 3
  1628.     OnClick = Button6Click
  1629.   end
  1630.   object Button3: TButton
  1631.     Left = 432
  1632.     Top = 76
  1633.     Width = 87
  1634.     Height = 23
  1635.     Caption = '&Preview'
  1636.     TabOrder = 4
  1637.     OnClick = Button3Click
  1638.   end
  1639.   object ImageEn1: TImageEnView
  1640.     Left = 9
  1641.     Top = 17
  1642.     Width = 191
  1643.     Height = 135
  1644.     Cursor = 1782
  1645.     ParentCtl3D = False
  1646.     OnViewChange = ImageEn1ViewChange
  1647.     Center = True
  1648.     MouseInteract = [miZoom, miScroll]
  1649.     TabOrder = 5
  1650.   end
  1651.   object ImageEn2: TImageEnView
  1652.     Left = 233
  1653.     Top = 17
  1654.     Width = 191
  1655.     Height = 135
  1656.     Cursor = 1780
  1657.     ParentCtl3D = False
  1658.     Center = True
  1659.     TabOrder = 6
  1660.     OnMouseDown = ImageEn2MouseUp
  1661.     OnMouseUp = ImageEn2MouseUp
  1662.   end
  1663.   object OpenDialog1: TOpenDialog
  1664.     DefaultExt = 'flt'
  1665.     Filter = 'Filter (*.flt)|*.flt'
  1666.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  1667.     Title = 'Load filter'
  1668.     Left = 336
  1669.     Top = 59
  1670.   end
  1671.   object SaveDialog1: TSaveDialog
  1672.     DefaultExt = 'flt'
  1673.     Filter = 'Filter (*.flt)|*.flt'
  1674.     Options = [ofHideReadOnly, ofPathMustExist]
  1675.     Title = 'Save filter'
  1676.     Left = 264
  1677.     Top = 58
  1678.   end
  1679.   object ImageEnProc2: TImageEnProc
  1680.     AttachedImageEn = ImageEnView1
  1681.     Background = clBtnFace
  1682.     OnProgress = ImageEnProc2Progress
  1683.     PreviewFont.Charset = DEFAULT_CHARSET
  1684.     PreviewFont.Color = clWindowText
  1685.     PreviewFont.Height = -11
  1686.     PreviewFont.Name = 'MS Sans Serif'
  1687.     PreviewFont.Style = []
  1688.     Left = 230
  1689.     Top = 262
  1690.   end
  1691. end
  1692.